Table of Contents

Class: bindTo .\src\TW\SEF\Basic.py

Automatically look up and cache a relevant service

Usage:

            class someClass(SEF.Service):

                thingINeed = SEF.bindTo("path.to.service")

someClass can then refer to self.thingINeed instead of calling self.getService("path.to.service") repeatedly.

Base Classes   
Once
Methods   
__init__
computeValue
  __init__ 
__init__ ( self,  targetName )

  computeValue 
computeValue (
        self,
        obj,
        instanceDict,
        attrName,
        )

Exceptions   
NameError("%s not found binding %s" %( self.targetName, attrName ) )

Table of Contents

This document was automatically generated on Tue Mar 05 10:33:50 2002 by HappyDoc version WORKING